-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Also try codespell
#51706
CI: Also try codespell
#51706
Conversation
6efb1d2
to
c4b1e60
Compare
01264db
to
6402c53
Compare
Note: In #25532, `findn(x::AbstractArray)` was deprecated in favor of `findall(!iszero, x)`. However, the word `findn` will still appear in various places, such as `HISTORY.md`, so we should probably ignore it from `codespell`.
Note: In #12131, `whos` was renamed to `varinfo`. However, the name `whos` still appears in the `HISTORY.md` file, and thus we probably need to ignore it from `codespell`.
`caf` is used in an example in `HISTORY.md`.
`dout` is used as a variable name in `./stdlib/FileWatching/test/runtests.jl`.
`afile.txt` is used as a filename in `./stdlib/FileWatching/test/runtests.jl`.
`te` is used in some strings in `./stdlib/Printf/test/runtests.jl`
`fo` is used in some strings in `./stdlib/Printf/test/runtests.jl`
On Windows, SEH = Structured Exception Handling.
As a point of comparison, exclusions (typos.toml)default.extend-ignore-identifiers-re = ["^[a-zA-Z][a-zA-Z]?[a-zA-Z]?[a-zA-Z]?$"]
[default.extend-words]
ba = "ba"
egal = "egal"
parm = "parm"
modul = "modul"
nd = "nd"
strat = "strat"
WRONLY = "WRONLY"
thisy = "thisy"
vally = "vally"
Ot = "Ot"
clos = "clos"
applys = "applys"
findn = "findn"
mis = "mis"
seh = "seh"
ue = "ue"
Missings = "Missings"
SOM = "SOM"
sais = "sais"
Merly = "Merly"
Filetimes = "Filetimes"
HSA = "HSA"
Strategems = "Strategems"
anumber = "anumber"
uupper = "uupper"
shttp = "shttp"
ser = "ser"
somes = "somes"
sav = "sav"
egals = "egals"
OLT = "OLT"
eyt = "eyt"
matc = "matc"
nam = "nam"
alls = "alls"
noe = "noe"
# strings in tests directories
fo = "fo"
Uest = "Uest"
Dows = "Dows"
aquire = "aquire"
# typos that are programmatically observable
compileable = "compileable"
overlayed = "overlayed"
[default.extend-identifiers]
mrs_claus = "mrs_claus"
womens = "womens"
breal = "breal"
Breal = "Breal"
Numer = "Numer"
splitted = "splitted"
affinitized = "affinitized"
key_smove = "key_smove"
readed_zero = "readed_zero"
check_inconsistentcy = "check_inconsistentcy"
L_OP_CALLL = "L_OP_CALLL"
OP_CALLL = "OP_CALLL"
# strings in test directories
Facilisi = "Facilisi"
vailable = "vailable"
# typos that are programmatically observable
supress_output = "supress_output"
hashs_seed = "hashs_seed" |
After applying corrections from Some specific invocations and how they are affected by #51709
|
Also, I find |
https://github.com/codespell-project/codespell
Targets #51704